refactor(web): adds SearchQuotientNode base interface 🚂#14979
Merged
jahorton merged 4 commits intoepic/autocorrectfrom Jan 21, 2026
Merged
refactor(web): adds SearchQuotientNode base interface 🚂#14979jahorton merged 4 commits intoepic/autocorrectfrom
jahorton merged 4 commits intoepic/autocorrectfrom
Conversation
User Test ResultsTest specification and instructions User tests are not required |
f9245d7 to
fac1c30
Compare
ff8d585 to
e0ff579
Compare
fac1c30 to
9920f5e
Compare
9920f5e to
7e5d78c
Compare
ermshiperete
approved these changes
Nov 14, 2025
web/src/engine/predictive-text/worker-thread/src/main/correction/search-quotient-node.ts
Outdated
Show resolved
Hide resolved
web/src/engine/predictive-text/worker-thread/src/main/correction/search-quotient-node.ts
Outdated
Show resolved
Hide resolved
cf96a0f to
c19616c
Compare
7e5d78c to
907f03c
Compare
6ecc09a to
4b20187
Compare
Build-bot: skip build:web Test-bot: skip
This new interface is being added in preparation for efficient multi-tokenization correction-search. SearchQuotientSpur has been modified to implement it, and a new type (SearchQuotientNodeImpl) will be added in the near future as an additional implementing type. Build-bot: skip build:web Test-bot: skip
b795912 to
ce3f90d
Compare
Base automatically changed from
refactor/web/simple-search-space-reuse
to
epic/autocorrect
January 21, 2026 21:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This new interface is being added in preparation for efficient multi-tokenization correction-search. SearchQuotientSpur has been modified to implement it, and a new type (SearchQuotientNode, previously named SearchCluster) will be added in the near future as an additional implementing type.
Build-bot: skip build:web
Test-bot: skip